projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
401c196
)
[LINUX]: Don't define DATA_START.
author
Andreas Schwab
<schwab@suse.de>
Tue, 17 Sep 2002 12:35:49 +0000
(12:35 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 17 Sep 2002 12:35:49 +0000
(12:35 +0000)
src/m/alpha.h
patch
|
blob
|
history
diff --git
a/src/m/alpha.h
b/src/m/alpha.h
index cde01e839532cb9e4caa56c2c5490e21b7971a28..da49abe755a64a0e907361bc656554bb0816a35b 100644
(file)
--- a/
src/m/alpha.h
+++ b/
src/m/alpha.h
@@
-105,8
+105,10
@@
NOTE-END
#ifdef __ELF__
#undef UNEXEC
#define UNEXEC unexelf.o
+#ifndef LINUX
#define DATA_START 0x140000000
#endif
+#endif
#ifndef __ELF__